Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the kong-build-tools version #9816

Merged
merged 1 commit into from
Nov 23, 2022
Merged

chore(deps): bump the kong-build-tools version #9816

merged 1 commit into from
Nov 23, 2022

Conversation

hutchic
Copy link
Contributor

@hutchic hutchic commented Nov 23, 2022

Full diff Kong/kong-build-tools@4.38.0...4.39.5

Notable changes:

  • nothing really mostly some base image improvements

@gszr gszr merged commit 147b3eb into master Nov 23, 2022
@gszr gszr deleted the chore/bump-kbt branch November 23, 2022 13:58
@mashapedeployment
Copy link
Contributor

The backport to release/2.8.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/2.8.x release/2.8.x
# Navigate to the new working tree
cd .worktrees/backport-release/2.8.x
# Create a new branch
git switch --create backport-9816-to-release/2.8.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 147b3eb72e2d3dc2a88efa21ce010850682bf977
# Push it to GitHub
git push --set-upstream origin backport-9816-to-release/2.8.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/2.8.x

Then, create a pull request where the base branch is release/2.8.x and the compare/head branch is backport-9816-to-release/2.8.x.

@mashapedeployment
Copy link
Contributor

The backport to release/3.0.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.0.x release/3.0.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.0.x
# Create a new branch
git switch --create backport-9816-to-release/3.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 147b3eb72e2d3dc2a88efa21ce010850682bf977
# Push it to GitHub
git push --set-upstream origin backport-9816-to-release/3.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.0.x

Then, create a pull request where the base branch is release/3.0.x and the compare/head branch is backport-9816-to-release/3.0.x.

hutchic added a commit that referenced this pull request Nov 23, 2022
hutchic added a commit that referenced this pull request Nov 23, 2022
hutchic added a commit that referenced this pull request Nov 23, 2022
hutchic added a commit that referenced this pull request Nov 23, 2022
AndyZhang0707 added a commit that referenced this pull request Aug 24, 2023
oowl pushed a commit that referenced this pull request Aug 15, 2024
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@dc50aa9...62b2cac)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants